home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / embedded / mcu11 / hc11help.arc / SPI.001 < prev    next >
Text File  |  1989-11-22  |  512b  |  11 lines

  1. COMMON SPI QUESTION
  2. ===================
  3.  
  4. Q.    I want to ground the SS* input to my SPI subsystem (68HC05C4
  5.     or 68HC11). I use it in slave mode only. Using CPHA=0 &
  6.     CPOL=0, I get no interrupts from the SPI system. Why not?
  7. A:    If CPHA=0, the SPI transfer is not considered to be complete
  8.     until the SS* pin goes inactive (high). No interrupt is
  9.     generated until the transfer completes. Thus, if you wish to
  10.     ground the SS* pin, you must select CPHA=1.
  11.